configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module / ptpv2 / instances / instance[ID] / global

CLI REST-API

smpte-st-2059-2

The submenu smpte-st-2059-2 (SMPTE-ST-2059-2) contains the following:

Menus: none

Objects:
use-profile-extensions (use-profile-extensions)
system-frame-rate (system-frame-rate)
drop-frame (drop-frame)
color-frame-indication (color-frame-indication)
system-jam-mode (system-jam-mode)
system-jam-minute (system-jam-minute)
system-jam-hour (system-jam-hour)
system-jam-day (system-jam-day)
system-jam-month (system-jam-month)
system-jam-year (system-jam-year)

Commands: none



Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/use-profile-extensions
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-frame-rate
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/drop-frame
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/color-frame-indication
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-mode
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-minute
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-hour
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-day
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-month
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/smpte-st-2059-2/system-jam-year

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/smpte-st-2059-2


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/smpte-st-2059-2


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/smpte-st-2059-2
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/smpte-st-2059-2
-d "{
  \"objects\": \"new-values\"
}"